home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 2 / 500 MB nyheder direkte fra internet CD 2.iso / start / data / text / faq-1038.txt < prev    next >
Text File  |  1995-05-03  |  61KB  |  1,491 lines

  1. Archive-name: object-faq/part4
  2. Last-Modified: 10/27/94
  3. Version: 1.0.7
  4.  
  5. [Strachey 67]  C. Strachey.  Fundamental Concepts in programming languages.
  6.  Lecture Notes for International Summer School in Computer Programming,
  7.  Copenhagen, Aug.
  8.  
  9.   Contains original, classical definition of polymorphism.
  10.  
  11. [Stroustrup 90] Ellis, M.A., Stroustrup. The Annotated C++ Reference Manual.
  12.  Addison Wesley.
  13.  
  14.   The ARM; the original and definitive book on C++.  Serves as the ANSI
  15.   base document for C++.  Also covers C++ implementation.  It is meant as 
  16.   a reference (including for compiler writers), not as a tutorial for
  17.   beginners.  Perhaps a better ref is [Stroustrup 91].
  18.  
  19. [Stroustrup 91] Stroustrup, B.  The C++ Programming Language (2nd edition).
  20.  
  21.   Has the ARM, better reference for the use of C++ (recommended by bs).
  22.   Contains sections on object-oriented software engineering.
  23.  
  24. [Tasker 93]  Dan Tasker.  The Problem Space, Practical Techniques for
  25.   Gathering & Specifying Requirements. ISBN: 0-646-12524-9.  Avail only from
  26.   author, dant@swdev.research.otc.com.au.
  27.  
  28.   Object-oriented requirements definition.  Hypertext.  Uses Rumbaugh's OMT as
  29.   a base.  See also APPENDIX D.
  30.  
  31. [Ungar 87] D. Ungar and R.B. Smith.  The Self Papers. [Entry To Be Completed]
  32.  
  33.   The documents on Self; a delegation/prototyping language.  Also covers Self
  34.   implementation and optimization.  See also APPENDIX E, PAPERS section.
  35.  
  36. [Wasserman 90] A.I. Wasserman et al. The Object-Oriented Software Design
  37.  Notation for Software Design Representation. IEEE Computer, 23(3).
  38.  
  39.   Presents the Object-Oriented Structured Design (OOSD) OOSE methodology.
  40.   Traditional structured techniques to OO, hybrid containing structured
  41.   design and Booch.
  42.  
  43. [Wegner 87] Peter Wegner. "Dimensions of Object-Based Language Design",
  44.   Proceedings of OOPSLA '87, October 4-8 1987, SIGPLAN Notices
  45.   (Special Issue), V22, No 12, pp168-182, 1987.
  46.  
  47. [Wikstrom 87] Ake Wikstrom.  Functional Programming Using Standard ML.
  48.  Prentice Hall, ISBN 0-13-331661-0, 1987.
  49.  
  50.   ML reference.
  51.  
  52. [Wilkie 93] George Wilkie. Object-Oriented Software Engineering - The
  53.  Professional Developer's Guide. Addison Wesley.
  54.  
  55.   Covers OOSE, 11 popular analysis and design methodologies with examples,
  56.   comparisons, and analysis, information systems (OODB), and case studies.
  57.  
  58. [Winter Partners]  Winter Partners 
  59.  
  60.   A proprietary toolset (OSMOSYS) for OOA and OOD.
  61.   Winter Partners
  62.     London Office:                 Zurich Office:
  63.       West Wing, The Hop Exchange
  64.       24a Southwark Street           Florastrasse 44
  65.       London SE1 1TY                 CH-8008 Zurich
  66.       England                        Switzerland
  67.       Tel. +44-(0)71-357-7292        Tel. +41-(0)1-386-95 11
  68.       Fax. +44-(0)71-357-6650        Fax. +41-(0)1-386-95 00
  69.  
  70. [Wirfs-Brock 90] Rebecca Wirfs-Brock, Brian Wilkerson, Lauren Wiener.
  71.  Designing Object Oriented Software, Englewood Cliffs, NJ. Prentice Hall.
  72.  
  73.   Presents a "Responsibility Driven Design" (RDD) with "Class, Responsibility,
  74.   Collaboration" (CRC) technique, a modern and new OOA/OOD methodology.
  75.  
  76. [Yaoqing 93]  Gao Yaoqing and Yuen Chung Kwong.  A Survey of Implementations
  77.  of Parallel, Concurrent, and Distributed Smalltalk.  ACM SIGPLAN Notices.
  78.  Vol 28, No. 9, Sept 93.
  79.  
  80.   Covers implementations of Parallel, Concurrent, and Distributed Smalltalk.
  81.  
  82. [Yourdon 92]  Edward Yourdon.  Decline and Fall of the American Programmer.
  83.  YPCS.
  84.  
  85.   Excellent coverage of modern software engineering practice and world-class
  86.   software development organizations.
  87.  
  88.  
  89.  
  90. APPENDICES
  91. ==========
  92.  
  93.  
  94. APPENDIX A  VIPS
  95. ================
  96.  
  97. These are individuals whose names appear in comp.object most often. 
  98. Please send recommendations for *major* VIPS often cited or referenced.
  99.  
  100. Booch, Grady <egb@rational.com>
  101. -------------------------------
  102.  
  103. Grady Booch has been an object- based/oriented advocate for some time.  He's
  104. written books such as Software Engineering with Ada [Booch 87], Software
  105. Components with Ada [Booch 87b], and OOA/D with Applications [Booch 91, 94].
  106. His latest notations are often referred to as simply the "Booch" method or
  107. notation and he is Chief Scientist at Rational, a company providing training
  108. and automated support for the method with a tool named "Rose" (See Appendix D).
  109. The Booch method now incorporates many modern methods, including OMT, and Dr.
  110. Rumbaugh has recently joined forces with Grady at Rational.
  111.  
  112.  
  113. Cox, Brad
  114. ---------
  115.  
  116. Founder of Objective-C, which grafts the Smalltalk facilities of an
  117. Object id and a messaging mechanism onto C.  Author of [Cox 87].
  118.  
  119.  
  120. Goldberg, Adele  (Alan Kay, Dan Ingalls)
  121. ----------------------------------------
  122.  
  123. One of the founders of Smalltalk (with Alan Kay and Dan Ingalls).  Coauthor
  124. of [Goldberg 83, ??], "Smalltalk-80 The Language and its Implementation".
  125. Smalltalk was invented by a group at Xerox PARC; and a spinoff, ParcPlace, is
  126. now marketing Smalltalk environments (see APPENDIX C).
  127.  
  128.  
  129. Meyer, Bertrand <bertrand@eiffel.com>
  130. -------------------------------------
  131.  
  132. Founder of Eiffel, author of [Meyer 88].  Often posts to comp.lang.eiffel
  133. and comp.object [what a FAQ writer notices].  His company, Interactive
  134. Software Engineering, has a case tool called EiffelCase (see APPENDIX D).
  135.  
  136.  
  137. Nygaard, Krysten (and Dahl, Ole-Johan)
  138. --------------------------------------
  139.  
  140. Inventor of Simula, the first object-oriented programming language.  Also
  141. inventor of object oriented design, for which Simula-67 was considered an
  142. implementation technique.  Now B.B. Kristensen, O.L. Madsen, B. Moller-
  143. Pedersen, and K. Nygaard are working on BETA, their successor to Simula.
  144.  
  145.  
  146. Rumbaugh, Dr. James
  147. -------------------
  148.  
  149. Part of Rumbaugh, Blaha, Premerlani, Eddy and Lorenson, the authors of
  150. [Rumbaugh 91].  They all work for GE Corporate Research and Development Center
  151. in Schenectady New York (See below) and have an OOA/OOD notation/methodology
  152. called the "Object Modeling Technique" (OMT).  It is a rather formal and
  153. complete method often discussed in comp.object.  OMTool is the name of the
  154. CASE system provided by Martin Marietta which supports OMT.  See APPENDIX D.
  155.  
  156. Recently, Dr. Rumbaugh has joined forces with Chief Scientist Grady Booch at
  157. Rational: Rumbaugh@rational.com 
  158.  
  159.  
  160. Shlaer, Sally (and Mellor, Stephen J.)
  161. --------------------------------------
  162.  
  163. >Sally Shlaer            sally@projtech.com
  164. >Project Technology      Training and Consulting using Shlaer-Mellor OOA/RD
  165. >Berkeley, CA            (510) 845 1484
  166. Also: steve@projtech.com
  167.  
  168. Cofounder of the Shlaer/Mellor OOA/RD method, president of Project Technology.
  169. As shown above, occasionally posts to comp.object [what a FAQ writer notices].
  170.  
  171.  
  172. Stroustrup, Bjarne (bs@alice.att.com)
  173. -------------------------------------
  174.  
  175. Inventor of C++, a C superset, which has probably gained the most widespread
  176. use of any object-oriented language today.  Often found in comp.lang.c++ and
  177. comp.object.
  178.  
  179.  
  180.  
  181. APPENDIX B  OBJECT-ORIENTED DATABASES AND VENDORS
  182. =================================================
  183.  
  184. This is a list of available Object-Oriented databases.  Thanks go to Stewart
  185. Clamen, who's survey on schema evolution provided a good start.  Additional
  186. short entries are encouraged; please send additions to the author of the FAQ
  187. (and/or to Stewart).
  188.  
  189. The most recent copy of Stewart Clamen's summary on available databases
  190. support for schema evolution will be available indefinitely via anonymous
  191. FTP from BYRON.SP.CS.CMU.EDU:/usr/anon/OODBMS/evolution-summary.
  192.  
  193. [Kim 89] covers a few of the research systems below in depth.
  194.  
  195. Starred entries also have an entry in "APPENDIX E  ANONYMOUS FTP SITES".
  196.  
  197. See also section 3.5 for an Object Database Management Group (ODMG) reference.
  198.  
  199.  
  200. TABLE OF CONTENTS
  201.  
  202. Extended Relational Database Model
  203.  Research Systems
  204.   POSTGRES*     [marketed by Montage]
  205.   Starburst     [IBM almaden, entry NYI]
  206.  Commercial Systems
  207.   Montage       [Research System POSTGRES]
  208.  
  209. Object-Oriented Data Model
  210.  Research Systems
  211.   AVANCE
  212.   CLOSQL
  213.   ConceptBase*
  214.   COOL/COCOON
  215.   Encore*
  216.   Exodus*
  217.   Machiavelli
  218.   MOOD4-PC*
  219.   OBST/STONE*
  220.   Ode*
  221.   Oggetto
  222.   Orion [marketed as ITASCA, see Entry]
  223.   OTGen
  224.   VODAK
  225.  Commercial Systems
  226.   ArtBASE
  227.   EasyDB (Objective Systems, Sweden)
  228.   GemStone/GeODE
  229.   ITASCA
  230.   Matisse
  231.   NeoAccess
  232.   O2
  233.   Objectivity/DB
  234.   ObjectStore
  235.   Ontos [formerly VBase]
  236.   Odapter/OpenODB program (HP)
  237.   Poet
  238.   Statice
  239.   UniSQL
  240.   Versant
  241.  
  242. Other Models
  243.  Research Systems  
  244.   GRAS*
  245.   IRIS
  246.  Commercial Systems  
  247.   IDL
  248.   Kala
  249.   Pick
  250.  
  251. Interfaces
  252.  Research Systems
  253.   Penguin
  254.  Commercial Systems
  255.   AllegroStore (Franz)
  256.   Persistence
  257.   Subtlware
  258.   Synchronicity (Smalltalk)
  259.  
  260.  
  261. EXTENDED RELATIONAL DB MODEL
  262. ----------------------------
  263.  
  264. Research Systems
  265. ________________
  266.  
  267.  
  268. > POSTGRES (Berkeley)
  269.  
  270. POSTGRES is an extended-relational database manager that supports
  271. inheritance, user-defined types, functions, and operators, ad-hoc
  272. queries, time travel, a rules system, tertiary storage devices,
  273. and very large typed objects, among other things.  POSTGRES speaks
  274. postquel, a derivative of the quel query language originally
  275. designed at berkeley for the ingres database system.  User functions
  276. may be written in C or in postquel.  C functions will be dynamically
  277. loaded into the database server on demand, and either kind of function
  278. may be executed from the query language.
  279.  
  280. POSTGRES and the papers that describe it are available free of charge
  281. from toe.CS.Berkeley.EDU (128.32.149.117) in directory pub/postgres.
  282. The code is stored in a directory named after the latest release; at
  283. the time of this writing, that directory is postgres-v4r1.  The list
  284. of officially-supported ports is short (decstations running ultrix 4.x
  285. and sparcstations).  Unofficially, many more are supported -- people
  286. elsewhere have done the ports and distribute their versions of the
  287. code.  The list of unofficial ports is available in pub/postgres as
  288. file UNOFFICIAL-PORT-LIST.
  289.  
  290. On Type Evolution:
  291. You ask explicitly about type evolution.  We support schema
  292. modification on all classes, including user classes.  This means that
  293. you can add attributes (instance slots) and methods at any time.
  294. Further, since postgres is a shared database system, such changes are
  295. instantly visible to any other user of the class.
  296.  
  297. The language syntax supports attribute deletion, but the system won't
  298. do it yet.  Since all data is persistent, removing attributes from a
  299. class requires some work -- you need to either get rid of or ignore
  300. all the values you've already stored.
  301.  
  302. Contact:
  303. Paul Aoki <aoki@cs.berkeley.edu>
  304.  
  305. The postgres code from uc berkeley is being commercialized by
  306. Miro Systems, Inc.        [This seems to have been updated to Montage]
  307.  
  308. Contact:
  309.   paula hawthorn (paula@miro.com) 
  310.   dave segleau (dave@miro.com)
  311.  
  312.  
  313. Commercial Systems
  314. ------------------
  315.  
  316. > Montage (ORDBMS) [Research System POSTGRES]
  317.  
  318. From: markh@montage.com (Mark Helfen)
  319. Subject: Montage Database - brief product announcement
  320. Followup-To: sales@montage.com 
  321. Organization: Montage Software, Inc.
  322. Date: Wed, 10 Nov 1993 23:05:03 GMT
  323.  
  324. The Montage object-relational database management system 
  325. (ORDBMS) is now available from Montage Software, Inc. 
  326.  
  327. The Montage object-relational database management system 
  328. includes the Montage Server(tm) database engine, the Montage 
  329. Viewer(tm) -- a new visualization tool that simplifies queries of 
  330. complex data -- and Montage DataBlades(tm), specialized modules 
  331. that extend the capabilities of the database for specific applications.  
  332. Montage represents the commercialization of the seven-year 
  333. POSTGRES research project.   
  334.  
  335. The Montage Server extends the relational database model through 
  336. its ability to handle complex information, and the inclusion of object-
  337. oriented facilities and capabilities.  It uses the familiar relational row-
  338. column metaphor for all data, so that text, numbers and complex data 
  339. are all viewed, managed, manipulated and queried the same way.   
  340. The relational metaphor is extended to allow data of any size and 
  341. complexity to be stored and accessed in the way that is most 
  342. effective.   SQL, used to access and manage data, is extended with 
  343. SQL3-based capabilities to allow the definition of user data types and 
  344. functions.
  345.  
  346. The Montage Viewer uses visualization technology to organize 
  347. information in visual terms -- by location, shape, color and intensity, 
  348. for example.  Similar to a "flight simulator," the Montage Viewer allows 
  349. the user to visually navigate through data, refining each step by 
  350. "panning" and "zooming" with a mouse.  
  351.  
  352. A DataBlade is a combination of data types and functions that are 
  353. designed to support a specific application.   Text, Spatial, and Image 
  354. are the first of many DataBlades that will comprise a full-range of 
  355. industry-specific products created by Montage, third parties and 
  356. users based upon their own expertise.    
  357.  
  358. o     The Text DataBlade expands the database's functionality by 
  359. adding new data types and functions that manage text and document 
  360. libraries, as well as a providing a new access method (Doc-Tree) 
  361. which provides exceptional search performance for text.  
  362.  
  363. o     The Image DataBlade supports image conversion, storage, 
  364. manipulation, enhancement and management of more than 50 image 
  365. formats, and performs automatic conversion of formats at the user's 
  366. discretion.  
  367.  
  368. o     Points, lines, polygons and their spatial relationships are now 
  369. supported in the relational model with the Spatial DataBlade.  The 
  370. DataBlade defines nine basic spatial types and makes over 200 SQL 
  371. functions available for use on spatial data, as well as supports the 
  372. R-Tree access method for high speed navigation of spatial data.    
  373.  
  374. Montage Software was co-founded by Gary Morgenthaler of 
  375. Morgenthaler Ventures and Dr. Michael Stonebraker of the University 
  376. of California, Berkeley, .  Morgenthaler is Montage Software's 
  377. chairman of the board and Stonebraker serves as the company's 
  378. chief technology officer.    Morgenthaler and Stonebraker co-
  379. founded Ingres Corporation (then called Relational Technology, 
  380. Inc.), in 1980.    
  381.  
  382. FOR ADDITIONAL INFORMATION:
  383.  
  384. Montage Software Inc. can be contacted at:
  385.  
  386. email:                        sales@montage.com
  387. phone:                        (510) 652-8000
  388. fax:                          (510) 652-9688
  389.  
  390. Mailing Address:
  391.  
  392. Montage Software, Inc.
  393. 2000 Powell Street, Suite 1405
  394. Emeryville, CA  94608
  395.  
  396. OO DATA MODEL
  397. -------------
  398.  
  399. Research Systems
  400. ________________
  401.  
  402. > AVANCE (SYSLAB)
  403.  
  404. An object-oriented, distributed database programming language.  Its
  405. most interesting feature is the presence of system-level version
  406. control, which is used to support schema evolution, system-level
  407. versioning (as a way of improving concurrency), and objects with their
  408. own notion of history.  System consists of programming language (PAL)
  409. and distributed persistent object manager. 
  410.  
  411. REFERENCES: 
  412.         Anders Bjornerstedt and Stefan Britts. "AVANCE: An
  413.         Object Management System".  Proceedings of OOPSLA88.
  414.  
  415.  
  416.  
  417. > CLOSQL (University of Lancaster)
  418.  
  419. Status:-
  420. CLOSQL is a research prototype OODB designed primarily for prototyping 
  421. various schema evolution and view mechanisms based on class versioning.
  422. The system is built using CommonLISP. It would really only be of interest
  423. to other parties as a research tool.
  424.  
  425. Requirements:-
  426. Common LISP including CLOS standard. The Graphical user interface requires
  427. the Harlequin LispWorks Tool-kit. The system was built on a Sun4 and
  428. has not been tested on any other platform.
  429.  
  430. Features:-
  431. As a prototype, CLOSQL is not robust enough to sell. The system is single
  432. user and does not properly support persistence - that is, the data has to
  433. be loaded and saved explicitly. The query language is quite good 
  434. making good use of the functional nature of the environment. 
  435. Methods (LISP and query language only), class versioning and
  436. multiple inheritance are all supported in the data model. Type checking
  437. information is held in the database, but is NOT enforced at present. The
  438. GUI is notable for its support for schema evolution, but otherwise rather
  439. ordinary.
  440.  
  441. Availability:-
  442. Probably freely available, but as the project was part funded by an
  443. industrial partner, some consultation with them would be necessary before
  444. the system could be released.
  445.  
  446. References:-
  447. [1]  Monk, S. R. and I. Sommerville, "A Model for Versioning of Classes 
  448. in Object-Oriented Databases", Proceedings of BNCOD 10, Aberdeen. 
  449. pp.42-58. 1992.
  450.  
  451. [2]  Monk, S. "The CLOSQL Query Language". Technical report No. SE-91-15. 
  452. Computing Dept, Lancaster University, Lancaster, LA1 4YR, UK. 1991.
  453.  
  454. [3]  Monk, S., "A Model For Schema Evolution In Object-Oriented Database 
  455. Systems", PhD thesis, Dept of Computing, Lancaster University, Lancaster
  456. LA1 4YR, UK. 1992.
  457.  
  458. On Schema evolution (from original survey):
  459. CLOSQL implements a class versioning scheme (like ENCORE), but employs a
  460. conversion adaptation strategy.  Instances are converted when there is a
  461. version conflict, but unlike ORION and GemStone, CLOSQL can convert instances
  462. to older versions of the class if necessary.
  463.  
  464.         Aberdeen, Scotland. July, 1992.
  465.  
  466. Contacts;
  467. Simon Monk:      srm@computing.lancaster.ac.uk
  468. Ian Sommerville: is@computing.lancaster.ac.uk 
  469.  
  470.  
  471. > ConceptBase - A Deductive Object Manager for Meta Data Bases
  472.  
  473. ConceptBase is a multi-user deductive object manager mainly 
  474. intended for conceptual modeling and the coordination of design 
  475. environments. The system implements a dialect of Telos which 
  476. amalgamates properties of deductive and object-oriented languages. 
  477.  
  478. Key features are 
  479.  
  480.    hybrid representation with frame-like objects, 
  481.    semantic nets and logical specifications 
  482.  
  483.    unlimited extensibility by metaclass 
  484.    hierarchies (useful for IRDS, schema evolution etc.) 
  485.  
  486.    deductive rules & integrity constraints 
  487.  
  488.    queries as classes with membership constraints 
  489.  
  490.    persistent object management with the ability to interrogate 
  491.    past states of the database 
  492.  
  493. ConceptBase follows a client-server architecture. Client programs 
  494. can connect to the ConceptBase server and exchange data via 
  495. interprocess communication. The X11-based ConceptBase user 
  496. interface offers a palette of graphical, tabular and textual tools 
  497. for editing and browsing the object base. The ConceptBase 
  498. programming interface allows the users to create their own 
  499. client programs in C or Prolog. 
  500.  
  501. The system can be obtained for free from ftp.informatik.rwth-aachen.de in 
  502.       /pub/CB/CB_3.2.4 (released 26-Apr-1994 for Sun/SPARC, SunOS 4.1.3) 
  503.       /pub/CB/CB_3.3 (released 26-Apr-1994 for Sun/SPARC, Solaris 2.3) 
  504. Both versions are functionally equivalent. They only differ in the 
  505. operating system platform.Please read file /pub/CB/doc/InstallationGuide 
  506. (resp. /pub/CB/doc/InstallationGuide_3.2.4) before downloading the software. 
  507. For running the ftp version you must ask for a key by email.
  508.  
  509. Contact
  510. ConceptBase-Team
  511. RWTH Aachen - Informatik V
  512. D-52056 Aachen - Germany
  513.  
  514. Tel./Fax: +49-241 80 21 501 / +49-241-8888321
  515. email: CB@picasso.informatik.rwth-aachen.de 
  516. href="http://www.informatik.rwth-aachen.de/I5/CBdoc/cbflyer.html"
  517.  
  518.  
  519. > COOL/COCOON (Ulm Universitaet)
  520.  
  521. The COCOON project was intended to extend the concepts and the
  522. architecture of relational database management systems (DBMSs) beyond
  523. nested relational to object-oriented ones. Based upon the nested
  524. relational DBMS kernel DASDBS, we have built a prototype implementation
  525. of the COCOON model. Key characteristics of COCOON are: generic,
  526. set-oriented query and update operators similar to relational algebra
  527. and SQL updates, respectively; object-preserving semantics of query
  528. operators, which allows for the definition of updatable views; a
  529. separation of the two aspects of programming language "classes": type
  530. vs. collection; predicative description of collections, similar to
  531. "defined concepts" in KL-One--like knowledge representation
  532. languages; automatic classification of objects and views (positioning
  533. in the class hierarchy); physical clustering of subobjects via the use
  534. of nested relations as the internal storage structures; support for the
  535. optimization of both, the physical DB design and query transformation,
  536. by corresponding optimizers.
  537.  
  538. Project goals are:
  539.  
  540. - to develop a general formal framework for investigations of all
  541.   kinds of schema changes in object-oriented database systems
  542.   (including schema design, schema modification, schema tailoring, and
  543.   schema integration);
  544. - to find implementation techniques for evolving database schemas,
  545.   such that changes on the logical level propagate automatically to
  546.   adaptations of the physical level (without the need to modify all
  547.   instances, if possible).
  548.  
  549. In their current paper [see below], schema evolution is used as
  550. example of a general framework for change in OODBs, supporting change
  551. on three levels of database objects: data objects, schema objects, and
  552. meta-schema objects.
  553.  
  554. Contact: Markus Tresch <tresch@informatik.uni-ulm.de>
  555.  
  556.  
  557. REFERENCES:
  558.         M. Tresch and M.H. Scholl. "Meta Object Management
  559.         and its Application to Database Evolution."  In
  560.         _Proceedings of the Eleventh International
  561.         Conference on the Entity-Relationship Approach",
  562.         Karlsruhe, Germany, Oct 1992.  Springer Verlag (to
  563.         appear).
  564.  
  565.  
  566.  
  567. > Encore (Brown University)
  568. email:bpe@browncs.brown.edu
  569.  
  570. Encore is an object-oriented database system targeted at large scale
  571. software engineering applications which are involved in data modeling.
  572. It was developed at Brown University in the late 1980s.  It is notable
  573. for its special support for long-lived (ie. cooperative) transactions,
  574. popular in design applications, and its support for class versioning.
  575. Objects are never converted, rather, classes are versioned, and the
  576. user can specify filters to make old-style instances appear as new
  577. instances to new applications (and vice versa).
  578.  
  579.  
  580. References/Additional Information:
  581.  
  582.  [] Mary F. Fernandez. OBSERVER: A storage system
  583.     object-oriented applications. Technical Report CS-90-27,
  584.     Brown University, Providence, RI, 1990.
  585.  
  586.  [] Mark F. Hornick and Stanley B. Zdonik. A shared, segmented
  587.     memory system for an object-oriented database. ACM
  588.     Transactions on Office Information Systems, 5(1):70--95,
  589.     January 1987.
  590.  
  591.  [] Andrea H. Skarra and Stanley B. Zdonik. Type evolution in an
  592.     object-oriented database. In Research Directions in
  593.     Object-Oriented Programming, MIT Press Series in Computer
  594.     Systems, pages 393--415. MIT Press, Cambridge, MA, 1987. An
  595.     early version of this paper appears in the OOPSLA '86
  596.     proceedings.
  597.  
  598.  [] Andrea H. Skarra and Stanley B. Zdonik. Concurrency control
  599.     for cooperating transactions in an object-oriented database.
  600.     In Won. Kim and Frederick H. Lochovsky, editors,
  601.     Object-Oriented Concepts, Databases and Applications.
  602.     Addison-Wesley, Reading, MA, 1989.
  603.  
  604. FTP: Complete source can be found in wilma.cs.brown.edu/pub/encore.tar.Z
  605. See also APPENDIX E.
  606.  
  607.  
  608. > Exodus (University of Wisconsin)
  609.  
  610. EXODUS is a DBMS from the University of Wisconsin.  An overview,
  611. excerpted from the abstract of [CDG+90] reads:
  612.  
  613.     EXODUS,   an   extensible database    system  project that is
  614.     addressing  data management problems  posed  by  a variety of
  615.     challenging new applications.  The  goal of the project is to
  616.     facilitate   the   fast    development of   high-performance,
  617.     application-specific  database  systems.     EXODUS  provides
  618.     certain  kernel facilities,   including  a versatile  storage
  619.     manager.  In addition, it provides an architectural framework
  620.     for building  application-specific database systems; powerful
  621.     tools   to  help  automate the  generation   of such systems,
  622.     including  a   rule-based query optimizer generator    and  a
  623.     persistent  programming  language;  and libraries  of generic
  624.     software components (e.g., access methods) that are likely to
  625.     be useful for many application domains.
  626.  
  627. The programming language is called E, an extension of C++. [RC89]
  628.  
  629. REFERENCES:
  630. (see "ftp.cs.wisc.edu:exodus/bibliography" for a complete list)
  631.  
  632. [CDG+90] Michael J. Carey, David J. DeWitt, Goetz Graefe,
  633.          David M. Haight, Joel E. Richardson, Daniel T. Schuh,
  634.          Eugene J. Skekita, and Scott L. Vandenberg. The EXODUS
  635.          extensible DBMS project:  An overview. In Stanley B.
  636.          Zdonik and David Maier, editors, Readings in
  637.          Object-Oriented Database Systems, Data Management
  638.          Series. Morgan Kaufmann, San Mateo, CA, 1990. Also
  639.          available as WISC-CS-TR 808.
  640.  
  641. [CDRS89] Michael J. Carey, David J. DeWitt, Joel E. Richardson,
  642.          and Eugene J. Skekita. Storage management for objects
  643.          in EXODUS. In Won. Kim and Frederick H. Lochovsky,
  644.          editors, Object-Oriented Concepts, Databases and
  645.          Applications, chapter 14. Addison-Wesley, Reading, MA,
  646.          1989. After Carey et al. Object and File Management in
  647.          the EXODUS Database System, Proceedings of the Twelveth
  648.          International Conference on Very Large Data Bases,
  649.          1986.
  650.  
  651. [GD87]   G. Graefe and D. DeWitt. The EXODUS optimizer
  652.          generator. In U. Dayal and I. Traiger, editors,
  653.          Proceedings of the SIGMOD International Conference on
  654.          Management of Data, San Francisco, CA, May 1987.
  655.  
  656. [RC89]   Joel E. Richardson and Michael J. Carey. Persistence in
  657.          the E language:  Issues and implementation. Software --
  658.          Practice and Experience, 19(12):1115--1150, December
  659.          1989.
  660.  
  661.  
  662. FTP: source code, documentation and a complete bibliography can be
  663.      found at ftp.cs.wisc.edu:exodus/
  664.  
  665. See also APPENDIX E.
  666.  
  667.  
  668. On Schema Evolution (from original survey):
  669. No solution for the problem of schema evolution is provided.
  670. Emulation is rejected by the authors, who claim that the addition of a
  671. layer between the EXODUS Storage Manager and the E program would
  672. seriously reduce efficiency.  Automatic conversion, whether lazy or
  673. eager, is also rejected, as it does not mesh well with the C++ data
  674. layout.  To implement immediate references to other classes and
  675. structures, C++ embeds class and structure instances within its
  676. referent.  The resulting change in the size of the object might
  677. invalidate remote pointer references.
  678.  
  679.         Joel E.  Richardson and Michael J.  Carey.  "Persistence
  680.         in the E language: Issues and Implementation."  Appeared
  681.         in "Software -- Practice and Experience",
  682.         19(12):1115-1150, December 1989.
  683.  
  684.  
  685. > Machiavelli (University of Pennsylvania)
  686.  
  687. Machiavelli is a statically-typed programming language developed
  688. at the University of Pennsylvania. Its most outstanding innovation 
  689. is the use of conditional typing scheme in its type inference system. 
  690. It does not address type evolution.
  691.  
  692. [communication with limsoon@saul.cis.upenn.edu]
  693.  
  694. [Note: Machiavelli is included in this summary because it
  695.        previously incorporated persistence in its data model.]
  696.  
  697.  
  698.  
  699. > MOOD4-PC: Material's/Miniature Object-Oriented Database Prototype for
  700.              NEC/IBM-PC
  701.  
  702. is an object-oriented database system(OODBS) program developed in the
  703. course of our research project MOOD. The aim of the project MOOD is to
  704. develop a material database system to handle raw material data which
  705. are produced and accumulated in materials research and referred to by
  706. material experts when they face scientific or engineering problems
  707. where the expected behavior of particular materials in particular
  708. environments are crucial importance. We all know that the conventional
  709. database systems do not fulfill this requirement, though they serves
  710. well for bibliographic databases or fact databases which deals with
  711. the standard properties of standard materials.
  712.  
  713. MOOD4-PC is written in Arity/Prolog and available in source and
  714. executable form via anonymous ftp from:
  715.  
  716.    ~/pub/mood/mood4
  717.    at mood.mech.tohoku.ac.jp [130.34.88.61]
  718.    
  719.     ~/pub/database/mood
  720.     at ftp.uu.net [192.48.96.9]
  721.  
  722.     ~/pub/computing/databases/mood
  723.     at src.doc.ic.ac.uk [146.169.2.1]
  724.  
  725. Although it is true enough to say that MOOD4 is a general purpose
  726. OODBS, it may be appropriate to point out that MOOD4 is significantly
  727. different from what is generally meant by the term, the
  728. Object-Oriented Database System.
  729.  
  730. That is, OODBSs, in general, consist of two parts:
  731.  
  732.    (1) Disk storage manager
  733.    (2) Database language to define and manipulate data objects to
  734.        be stored to and retrieved from the disk.
  735.  
  736. The database language of OODBS is akin to the object-oriented
  737. programming language such as Smalltalk or C++. You can enjoy the full
  738. versatility of these general purpose programming language in writing
  739. application programs with the database language.
  740.  
  741. As apparent from these, OODBSs, in general, are for programmers who
  742. write application programs which serve end users' needs. MOOD, on the
  743. other hands, is not; it is for end users. It is provided with a user
  744. interface named the object editor or OE in short. With OE, we can;
  745.  
  746.   (1) Edit class definition objects and save them. This replaces the
  747.       data definition language.
  748.  
  749.   (2) Edit data objects and save them.
  750.  
  751.   (3) Create query objects, let the system select data objects which
  752.       match the queries, and browse them.
  753.  
  754. In the other words, we can do everything necessary to manage and use
  755. database with OE. MOOD, therefore, needs no programming language and,
  756. in fact, has none. In this regard, MOOD may better be categorized to
  757. the OODBS application.
  758.  
  759. The architecture of MOOD as such is the consequence of the nature of
  760. information to be dealt with in material database. If we describe the
  761. nature with a single word, "variety" will be the one most appropriate. 
  762. No fixed data structure can handle a handful of material data because
  763. their contents differ from one to another. The feature of OODBS
  764. relevant here is not the intimacy with programming languages but the
  765. flexibility of data structure which allows us to construct data
  766. objects with a variety of structures which match the variety in the
  767. information to be dealt with. Upon inputting and retrieving data
  768. objects, end users are forced to face this variety in data structure
  769. since significant information is born in the structures of individual
  770. representations.
  771.  
  772. Yet, we say that MOOD is a general purpose OODBS. This is not in the
  773. sense that we can develop application programs on it, but in the
  774. sense that it generally supports the essential capabilities of OODBS;
  775.  
  776.   (1) The abstract data type.
  777.  
  778.   (2) The nesting of structured data objects.
  779.  
  780.   (3) The class hierarchy.
  781.  
  782.   (4) The inheritance of attributes along the hierarchy.
  783.  
  784.   (5) Matching between objects along their structures with the
  785.       knowledge of the class hierarchy.
  786.  
  787. For additional features of MOOD4, please consult its manual available
  788. with the program. Although they are biased to the processing of
  789. material data (or, more generally, scientific and technical data),
  790. MOOD with these capabilities can be used in any application domain at
  791. least by the stage where you are to examine how well the pieces of
  792. information of interest are represented in OODBS and how well specific
  793. items of interest are discriminated out from the database as such.
  794.  
  795. Questions and suggestions on this software which are ever welcome
  796. indeed may be addressed to;
  797.  
  798.      Noboru Ono                                             
  799.      Dept. of Machine Intelligence and Systems Engineering, 
  800.      Faculty of Engineering, Tohoku University.            
  801.      Tel:++22-216-8111,
  802.      Fax:++22-216-8156,
  803.      E-mail:ono@mood.mech.tohoku.ac.jp
  804.  
  805.  
  806.  
  807. > OBST/STONE (Forschungszentrum Informatik [FZI], Karlsruhe, Germany)
  808.  
  809. OBST3-4 is now available at ftp.fzi.de under /pub/OBST/OBST3-4.
  810. (Please do not confuse this new release with the older OBST3-3.4).
  811.  
  812. Experienced users will notice that we've changed the structure of
  813. our ftp directory tree somewhat: compressed and gzip'ed files are
  814. now cleanly separated. By sending
  815.     echo 'info ftp_listing' | mail obst-listserv@fzi.de
  816. you will get a directory listing from our ftp server.
  817.  
  818. OBST3-4 is a major release with a new meta schema interface
  819. that enables schema modifications. A graphical schema browser
  820. (USE) based on tclOBST is now also available. Please note that this
  821. new tool has not yet been tested outside the FZI and that it
  822. is currently not part of the OBST core cdistribution.
  823.  
  824. Beside bug fixes and performance improvements, we have added support
  825. for IBM AIX and FreeBSD and improved the installation on LINUX PCs.
  826.  
  827. We would like to thank all OBST users who have helped us by testing a 
  828. beta version of OBST, most notably:
  829.   Naresh Sharma (N.Sharma@LR.TUDelft.NL)
  830.   Michael Reifenberger (root@rz-wb.fh-sw.de)
  831.   Hans-Ulrich Kobialka (kobi@borneo.gmd.de) 
  832.   Jean Safar (jsafar@lehman.com)
  833.   Gabor Karsai (gabor@vuse.vanderbilt.edu)
  834.   Stefan Bohm (bohm@math.uni-muenster.de)
  835.  
  836. The installation of OBST requires a C++ compiler
  837. (GNU g++ 2.3.3/2.4.5/2.5.8, or AT&T 2.1/3.01).
  838.  
  839. The OBST graphical tools run under the X-Windows
  840. system (currently X11R4, X11R5 and X11R6). 
  841. Installation has been tested for SunOS4.1.3 and LINUX only.
  842.  
  843. Best regards and happy OBST programming. 
  844.  
  845.    The OBST Team
  846.  
  847. ------------------------------------------------------------------------------
  848. README of OBST3-4
  849. -----------------
  850.  
  851. Version: OBST3-4
  852. Date:    11/4/94
  853.  
  854. The OBject system of STONE --- OBST
  855. -----------------------------------
  856.  
  857. The persistent object management system OBST was developed by
  858. Forschungszentrum Informatik (FZI) as a contribution to the STONE
  859. project (supported by grant no. ITS8902A7 from the BMFT, i.e. the
  860. German Ministry for Research).
  861.  
  862. OBST was originally designed to serve as the common persistent
  863. object store for the tools in software engineering environments.
  864.  
  865.  
  866. Data Model
  867. ---------
  868.  
  869. The OBST data model can be characterized by the following properties:
  870.  
  871.  * Schema definition language syntactically similar to C++
  872.  * Support of multiple inheritance
  873.  * Generic classes
  874.  * Abstract classes and methods
  875.  * Distinction between public, protected, and private methods
  876.  * Redefinition of methods
  877.  * Overloading of methods
  878.  
  879. Schemas and Containers
  880. ----------------------
  881.  
  882. Schemas are compiled by the OBST schema compiler. The compilation
  883. results are instances of classes of the meta schema. From these
  884. instances in a next step interfaces to different programming languages
  885. can be generated. At present the C++ language binding is implemented.
  886.  
  887. Objects are stored in so-called containers. The container an object
  888. belongs to is determined at the time of object creation and fixed
  889. throughout the object's lifetime. Containers are the units of 
  890. clustering, synchronization, and recovery. Objects can be referenced
  891. by other objects across container boundaries.
  892.  
  893. Incremental Loading
  894. -------------------
  895.  
  896. OBST provides a mechanism to incrementally load methods. This enables
  897. programs to deal with objects whose type is defined after the program 
  898. itself has been developed. This is useful in systems that provide for 
  899. inheritance and it supports schema evolution. We used it e.g. for
  900. programs that interpret the object base and call methods of the
  901. found objects (for example the below mentioned browser).
  902.  
  903. Prototype
  904. ---------
  905.  
  906. Since end 1990 the first prototype of OBST is available and is shipped
  907. to interested universities and research institutions. The current
  908. version is publicly available via FTP (see below) since March '92.
  909. There is a mailing list (see below) with >>100 subscribers.
  910.  
  911. The system comes with the schema compiler, a library of predefined
  912. classes (like Set<Entity>, List<Entity>, String, ...), a graphical
  913. object browser (more a shell than a browser), a graphical schema
  914. designer (USE), the structurer and flattener (STF), tclOBST,
  915. and all manuals.
  916. For USE, STF and tclOBST see below.
  917.  
  918. Schema Evolution Support Environment (USE)
  919. ------------------------------------------
  920.  
  921. This environment consists of a graphical schema designer built with
  922. tclOBST (see below). It can be used to inspect existing class hierarchies
  923. and to modify these hierarchies; it allows the addition of new classes
  924. as well as the modification of existing ones.
  925.  
  926. Structurer and Flattener (STF)
  927. ------------------------------
  928.  
  929. This is a tool to build objects from bytestrings and flatten objects
  930. down to bytestrings. It is intended to be used when coupling UNIX
  931. tools to the object management system. The user defines a grammar that
  932. describes her objects. Afterwards, the structurer parses an ascii 
  933. text according to the given grammar and creates an OBST object
  934. structure that represents the corresponding parse tree.
  935. The flattener does the inverse transformation, that means it generates
  936. an ascii text from a given OBST object structure according to the given
  937. grammar.
  938.  
  939. tclOBST
  940. -------
  941.  
  942. tclOBST is a library which provides an embedding of OBST into the
  943. interactive tool command language tcl, developed by John Ousterhout
  944. at the University of Berkeley.
  945. Based on the standard tcl shells, which are also comprised in the
  946. tclOBST distribution, tclOBST offers interactive access to the complete
  947. functionality modelled by OBST schemata.
  948.  
  949.  
  950. System Requirements
  951. -------------------
  952.  
  953. For the prototype's installation a C++ compiler
  954. (GNU g++ 2.3.3/2.4.5/2.5.7 or AT&T 2.0/2.1/3.01) and the
  955. X-Windows system (currently X11R4 or X11R5) for the graphical tools
  956. are required.
  957. Installation is well-tried on SUN Sparc stations and should be no
  958. problem on other UNIX machines, too. You can find a more detailed
  959. description of the supported platforms in the README.install.OBST*.
  960.  
  961. --------------------------------------------------------------------
  962.  
  963. For more information please mail to:
  964.  
  965.                 Forschungszentrum Informatik (FZI)
  966.                        OBST Projekt
  967.                  Haid-und-Neu-Strasse 10-14
  968.                      D-76131 Karlsruhe
  969.                           Germany
  970.  
  971. or email to:  obst@fzi.de
  972.  
  973. Phone:        ++49-721-9654-701
  974. Fax:          ++49-721-9654-709
  975. Teletex:      721 190 fziKA
  976.  
  977. The OBST system is available via anonymous FTP from
  978. ftp.fzi.de [141.21.4.3] and some mirror servers.
  979.  
  980. The system as well as some overview papers, documentation
  981. (User's Guide, Language Reference Manual, Tutorial, ...),
  982. and lots of manual pages can be found in the directory /pub/OBST.
  983.  
  984. There are mailing lists for announcing OBST enhancements,
  985. new versions, porting hints, etc. as well as for exchanging experiences
  986. with other OBST users.
  987.  
  988. Send a mail with content 'LONGINDEX' to obst-listserv@fzi.de to learn about
  989. the mailing lists which are currently installed:
  990.     echo LONGINDEX | mail obst-listserv@fzi.de
  991.  
  992. The mailing lists are maintained by an automatic list processor.
  993. Use 'HELP' to learn about the commands understood by this processor:
  994.     echo HELP | mail obst-listserv@fzi.de
  995.  
  996. Bug reports should contain a small example program with which the
  997. bug can be reproduced, or at least a detailed description of the
  998. observed phenomenon. They should also mention:
  999.      o OBST version 
  1000.      o configuration parameters for your OBST version
  1001.        (from file config.status)
  1002.      o kind and version of C++ compiler 
  1003.      o machine
  1004.      o operating system
  1005.  
  1006. Besides bug reports we are strongly interested in all experiences
  1007. our users make with OBST (e.g. sufficiency of data model, performance,
  1008. ...) and in our users' application areas and the applications as
  1009. well. So, please don't hesitate to send us a short note.
  1010.  
  1011. Best regards and happy OBST programming.
  1012.  
  1013.    The OBST Team,
  1014.  
  1015.     Boris Boesler, Dirk Eichberg, Frank Fock, Axel Freyberg,
  1016.     Michael Gravenhorst, Ingolf Mertens, Michael Pergande, Christian Popp,
  1017.     Bernhard Schiefer, Dietmar Theobald, Axel Uhl, Walter Zimmer
  1018.  
  1019. ---
  1020.  
  1021. BTW "Obst" is the German word for "fruit",
  1022.     so have a fruitful time with OBST!
  1023.  
  1024.  
  1025. > Ode
  1026.  
  1027.                                  Ode 2.0
  1028.                        An Object-Oriented Database
  1029.  
  1030.        C++ Compatible, Fast Queries, Complex Application Modeling,
  1031.        Multimedia Support, and more
  1032.  
  1033. See APPENDIX E, Databases, for description.
  1034. Note: Ode version 3.0 is now available.
  1035.  
  1036.  
  1037. > Oggetto, University of Lancaster, UK.
  1038.  
  1039. Developed at the University of Lancaster, UK.  Summary NYI.
  1040.  
  1041. "Oggetto: An Object Oriented Database Layered on a Triple Store",
  1042. J.A. Mariani, The Computer Journal, V35, No 2, pp108-118, April 1992.
  1043.  
  1044.  
  1045. > ORION (Now marketed as ITASCA)
  1046.  
  1047. ORION was a prototype OODBMS developed at MCC, an American consortium by Won
  1048. Kim and his group.  Won Kim has left MCC and formed a new company, UniSQL, in
  1049. Austin, with a new product of the same name.
  1050.  
  1051. See also entry under "ITASCA".
  1052.  
  1053. REFERENCES:
  1054.  
  1055. I have found nearly a dozen papers published by the ORION folks.
  1056. Overviews at various stages in its development and commercialization
  1057. can be found in:
  1058.  
  1059. [KBGW91] Won Kim, N. Ballou, J.F. Garza, and D.; Woelk. A
  1060.          distributed object-oriented database system supporting
  1061.          shared and private databases. ACM Transactions on
  1062.          Information Systems, 9(1):31--51, January 1991.
  1063.  
  1064. [KGBW90] W. Kim, J.F. Garza, N. Ballou, and D. Woelk.
  1065.          Architecture of the orion next-generation database
  1066.          system. IEEE Transactions on Knowledge and Data
  1067.          Engineering, 2(1):109--24, March 1990.
  1068.  
  1069. [KBCG89] Won Kim, Nat Ballou, Hong-Tai Chou, and Darrell Garza,
  1070.          Jorge F. Woelk. Features of the ORION object-oriented
  1071.          database system. In Won. Kim and Frederick H.
  1072.          Lochovsky, editors, Object-Oriented Concepts, Databases
  1073.          and Applications, chapter 11. Addison-Wesley, Reading,
  1074.          MA, 1989.
  1075.  
  1076. [KBC+88] Won Kim, N. Ballou, Hong-Tai Chou, J.F. Garza,
  1077.          D. Woelk, and J. Banerjee. Integrating an
  1078.          object-oriented programming system with a database
  1079.          system. In Proceedings of the ACM Conference on
  1080.          Objected-Oriented Programming:  Systems, Languages and
  1081.          Applications (OOPSLA), pages 142--152, San Diego, CA,
  1082.          September 1988. Published as ACM SIGPLAN Notices
  1083.          23(11).
  1084.          [Pointers to the previous papers documenting each of the
  1085.           advanced features listed above are cited therein.]
  1086.  
  1087.  
  1088. The paper most relevant to the issue of schema evolution is the
  1089. following:
  1090.  
  1091. [BKKK87] J. Banerjee, W. Kim, H-J. Kim, and H.F. Korth.
  1092.          Semantics and implementation of schema evolution in
  1093.          object-oriented databases. In U. Dayal and I. Traiger,
  1094.          editors, Proceedings of the SIGMOD International
  1095.          Conference on Management of Data, San Francisco, CA,
  1096.          May 1987.
  1097.  
  1098.  
  1099. You might also like to look at Kim's book, which provides a good
  1100. introduction to OODBMS, while focusing on the ORION work:
  1101.  
  1102. [Kim90]  Won Kim. Introduction to Object-Oriented Databases.
  1103.          Computer Systems. MIT Press, Cambridge, MA, 1990.
  1104.  
  1105.  
  1106. > OTGen (Carnegie Mellon University/UMass Amherst)
  1107.  
  1108. OTGen is a design for a system to support schema evolution in
  1109. object-oriented databases.  The chief contribution of OTGen is support
  1110. for programmer extensibility of transformation functions to allow a
  1111. system to support a wide range of schema changes, not just those that
  1112. can be easily automated.  While OTGen was never implemented, it is
  1113. based on the implementation of TransformGen, a system to support the
  1114. evolution of the specialized databases used by Gandalf programming
  1115. environments.  For more information on OTGen and TransformGen, please
  1116. see: 
  1117.  
  1118. Barbara Staudt Lerner and A. Nico Habermann, "Beyond Schema Evolution
  1119.     to Database Reorganization", in Proceedings of the Joint ACM 
  1120.     OOPSLA/ECOOP '90 Conference on Object-Oriented Programming:
  1121.     Systems, Languages, and Applications, Ottawa, Canada, October
  1122.     1990, 67-76. 
  1123.  
  1124. Barbara Staudt, Charles Krueger, and David Garlan, TransformGen:
  1125.     Automating the Maintenance of Structure-Oriented Environments, 
  1126.     Computer Science Department Carnegie-Mellon University, Technical 
  1127.     Report CMU-CS-88-186, November 1988.
  1128.  
  1129. David Garlan, Charles W. Krueger, and Barbara J. Staudt, "A Structural
  1130.     Approach to the Maintenance of Structure-Oriented Environments",
  1131.     in Proceedings of the ACM SIGSOFT/SIGPLAN Software Engineering
  1132.     Symposium on Practical Software Development Environments, Palo
  1133.     Alto, California, December 1986, 160-170.
  1134.  
  1135. Contact:
  1136. Barbara Lerner
  1137. blerner@cs.umass.edu
  1138.  
  1139.  
  1140. > VODAK
  1141.  
  1142. Research in the framework of VODAK focuses on an extensible data
  1143. model and database programming language, an advanced transaction
  1144. model, object-oriented query language, and support for multimedia data.
  1145.  
  1146. The VODAK Data Model Language VML
  1147.  
  1148. Usually database models lack mechanisms for extending them with
  1149. additional modeling primitives. This limitation does not allow the
  1150. adaptation of the models for specific application needs, e.g. database
  1151. integration, multimedia document handling, hypertext modeling, etc.
  1152.  
  1153. The VODAK Model Language VML  homogeneously integrates the concept of
  1154. metaclasses and the separation of types and classes with other
  1155. object-oriented concepts such as properties, methods, inheritance, and
  1156. object identity. Complex nested data structures can be defined using
  1157. the set, array, tuple, and dictionary type constructors. VML supports
  1158. its own programming language for implementing methods, specifying
  1159. transactions and an ad hoc query language.
  1160.  
  1161. In VML classes are used to organize a set of objects corresponding to
  1162. real world entities and relationships between them. Object types define
  1163. the structure of objects and the operations defined on these
  1164. structures.  They are associated with classes in order to determine the
  1165. structure and behavior of the class' instances. Metaclasses are first
  1166. class objects whose instances are classes. Metaclasses are associated
  1167. with three object types: an (optional) own-type extending their own
  1168. behavior, an instance-type specifying the behavior of their instances
  1169. (which are classes), and an  instance-instance-type specifying the
  1170. behavior of the instances of their instances.  Metaclasses can be
  1171. organized in an instantiation hierarchy of arbitrary depth.
  1172.  
  1173. This approach leads to an open, adaptable data model which provides for
  1174. the specification of additional modeling primitives at a meta layer of
  1175. the database schema. The concept of metaclasses and the separation of
  1176. classes and types allow to determine the structure and behavior of
  1177. objects and the individual inheritance behavior via semantic
  1178. relationships between arbitrary objects already at the meta layer
  1179. independently from the specifications given at the application layer
  1180. for the application specific classes.
  1181.  
  1182.  
  1183. The VODAK Transaction Model
  1184.  
  1185. In VODAK, we focus on two specific problems of transaction management.
  1186.  
  1187. 1. Operations to read and edit (hyper)documents are typically complex,
  1188. interactive and of long duration. A high degree of concurrency is
  1189. required to reduce the number and length of times a transaction is
  1190. blocked.
  1191.  
  1192. 2. A publication environment has to handle existing database systems
  1193. for using and modifying remote information and documents.  Transaction
  1194. managers of existing systems, i.e. concurrency control and recovery,
  1195. have to be integrated in a transparent way utilizing the functionality
  1196. of existing managers.
  1197.  
  1198. Our transaction model is based on open nested transactions. Compared to
  1199. conventional flat transactions, nested transactions allow more
  1200. concurrency and are more flexible for recovery.  A nested transaction
  1201. is a tree-like structure, dynamically built up by the call of
  1202. subtransactions until a bottom implementation level is encountered.
  1203.  
  1204. We extended the open nested model from a fixed calling hierarchy of
  1205. operations in a layered system (multi-level transactions) to an
  1206. arbitrary calling hierarchy of operations in an object-oriented system.
  1207. Commutativity of operations is applied to system defined VODAK methods,
  1208. and to methods of user defined object types.  For the second type of
  1209. operations, we developed a framework to specify commutativity and
  1210. inverse operations in VML.
  1211.  
  1212. Query Processing
  1213.  
  1214. Although nearly all object-oriented data models proposed so far include
  1215. behavioral aspects, most object-oriented query languages, algebras and
  1216. query optimization strategies simply adapt relational concepts since
  1217. they focus on the complex structures of objects and neglect the
  1218. behavior. We claim that this approach is not sufficient since it does
  1219. not reflect the much richer semantics methods can carry which have to
  1220. be taken into account for really efficient query processing. The quite
  1221. straightforward approach we consider is to integrate methods in an
  1222. algebraic framework for query processing and to make there partial
  1223. knowledge about methods available in the form of equivalences. We
  1224. integrate algebraic set operators with methods defined in database
  1225. schemas within an object-oriented data model. We investigate the impact
  1226. on the architecture of the query processor when the algebra becomes an
  1227. extendible component in query processing.
  1228.  
  1229. Multimedia Support
  1230.  
  1231. The V3 Video Server was built as a demonstration showing a multimedia
  1232. application developed on top of the VODAK database management system.
  1233. The V3 Video Server allows a user to interactively store, retrieve,
  1234. manipulate, and present analog and short digital video clips. A video
  1235. clip consists of a sequence of pictures and corresponding sound.
  1236. Several attributes like author, title, and a set of keywords are
  1237. annotated.
  1238.  
  1239. In the future, the VODAK DBMS will be enhanced with new built-in
  1240. functionality for multimedia datatypes. Therefore, existing components
  1241. of VODAK must be changed and new ones must be added to support time
  1242. dependencies, high data volumes, and user interaction.
  1243.  
  1244. Query Processing
  1245.  
  1246. Although nearly all object-oriented data models proposed so far include
  1247. behavioral aspects, most object-oriented query languages, algebras and
  1248. query optimization strategies simply adapt relational concepts since
  1249. they focus on the complex structures of objects and neglect the
  1250. behavior. We claim that this approach is not sufficient since it does
  1251. not reflect the much richer semantics methods can carry which have to
  1252. be taken into account for really efficient query processing. The quite
  1253. straightforward approach we consider is to integrate methods in an
  1254. algebraic framework for query processing and to make there partial
  1255. knowledge about methods available in the form of equivalences. We
  1256. integrate algebraic set operators with methods defined in database
  1257. schemas within an object-oriented data model. We investigate the impact
  1258. on the architecture of the query processor when the algebra becomes an
  1259. extendible component in query processing.
  1260.  
  1261. The VODAK Prototype
  1262.  
  1263. The system architecture consists of a central database environment and
  1264. several external database environments to which the user wants to have
  1265. integrated access. Each of these environments consists of an object
  1266. manager, a message handler, a transaction manager, and a communication
  1267. manager. In addition to these components an external database
  1268. environment includes a database interface module which realizes the
  1269. access to an external database system.
  1270.  
  1271. The DBMS components are currently built on top of DAMOKLES and will be
  1272. in the near future on top of ObjectStore.
  1273.  
  1274. A first version of a C++ based prototype of VODAK is available for Sun
  1275. Sparc Stations under certain conditions.  It implements all the
  1276. features specified in including e.g. metaclasses, transactions, and
  1277. remote message execution.
  1278.  
  1279. References
  1280.  
  1281. P. Muth, T. Rakow, W. Klas, E. Neuhold:  A Transaction Model for an
  1282. Open Publication Environment.  A. K. Elmagarmid (Ed.): Database
  1283. Transaction Models for Advanced Applications. Morgan Kaufmann
  1284. Publishers, San Mateo, Calif., 1992.
  1285.  
  1286. Wolfgang Klas, Karl Aberer, Erich Neuhold Object-Oriented Modeling for
  1287. Hypermedia Systems using the VODAK Modeling Language (VML) to appear
  1288. in: Object-Oriented Database Management  Systems, NATO ASI Series,
  1289. Springer Verlag Berlin Heidelberg, August 1993.
  1290.  
  1291. Karl Aberer, Gisela Fischer Object-Oriented Query Processing: The
  1292. Impact of Methods on Language, Architecture and Optimization
  1293. Arbeitspapiere der GMD No. 763, Sankt Augustin, July 1993.
  1294.  
  1295. T.C. Rakow, P. Muth The V3 Video Server: Managing Analog and Digital
  1296. Video Clips, Sigmod 93, Washington, DC.
  1297.  
  1298. For further information contact
  1299.  
  1300. {aberer,muth,rakow,klas}@darmstadt.gmd.de
  1301.  
  1302.   GMD-IPSI                                             
  1303.   Dolivostr. 15                                                           
  1304.   D-64293 Darmstadt
  1305.   GERMANY    
  1306.                                     
  1307.   FAX: +49-6151-869 966   
  1308.  
  1309.  
  1310. Commercial Systems
  1311. __________________
  1312.  
  1313. > ArtBASE  (Object-Oriented Data Model)
  1314.  
  1315. by:     ArtInAppleS Ltd.
  1316.         Kremelska 13
  1317.         845 03 Bratislava
  1318.         SLOVAKIA
  1319.         Phone: x42-7-362-889
  1320.         fax:   x42-7-777 779
  1321.         EMail: artbase.support@artinapples.cs
  1322.  
  1323. Distributor for Germany:
  1324.         ARS NOVA Software GmbH
  1325.         Stettener Strasse 32/3
  1326.         73732 Esslingen a.N.
  1327.         Germany
  1328.         Phone: x49-711 3704001
  1329.         Fax:   x49-711 3704001
  1330.         EMail: info@arsnova.stgt.sub.org
  1331.  
  1332. Languages: Objectworks\Smalltalk by ParcPlace Systems, Inc.
  1333.  
  1334. Platforms: Unix, PC Windows, Macintosh
  1335.  
  1336. Features:
  1337. - Fully implemented in Objectworks\Smalltalk
  1338.   (ArtBASE is delivered with source code)
  1339.  
  1340. - ArtBASE extents Smalltalk of persistency. Persistent objects are handled the
  1341.   same way as transient objects.
  1342.  
  1343. - Optimistic and pessimistic concurrency control.
  1344.  
  1345. - Transactions, including long lived transactions
  1346.  
  1347. - User concept with access restrictions
  1348.  
  1349. - storing of classes and methods in the database - entire applications 
  1350.   may be stored in an ArtBASE database, including the data AND the 
  1351.   application classes
  1352.  
  1353. - Currently, a single user version is available. The Distributed Multi User Server Version
  1354.   will be presented at the OOPSLA'93 at Washington D.C. in September 1993 for Unix
  1355.   environments and PCs.
  1356.  
  1357. - Existing applications can be turned to database applications very easily using ArtBASE
  1358.  
  1359.  
  1360. > EasyDB (Objective Systems, Sweden)
  1361.  
  1362. EasyDB features a (programming language independent) Data Definition
  1363. Language (DDL) for the definition of schemas.  It relies on the
  1364. Entity-Attribute-Relationship model.  Data Manipulation Languages
  1365. (DML) include a Navigational Query language (NQL) embedded in a host
  1366. language (C available now, Ada in January '93), and a generic C++
  1367. class library.
  1368.  
  1369. On Schema Evolution (from original survey):
  1370. The schema may be freely extended with new items (types, domains,
  1371. attributes, entities, relationships etc.). Deletion of items is not
  1372. allowed.
  1373.  
  1374. Data created with an older schema may co-exist with newer data. Old
  1375. applications need not be recompiled when the schema is updated.
  1376. Attempts by newer applications to access `older' data in an
  1377. inconsistent way are detected and reported via an exception handling
  1378. system.
  1379.  
  1380. [Tomas Lundstrom <tomas@os.se>]
  1381.  
  1382. Objective Systems SF AB (Ericsson)
  1383. Box 1128
  1384. S-164 22 Kista, Sweden
  1385. tel : +46-8-703-4591
  1386. fax : +46-8-750-8056
  1387. contact: Jaan Habma, jaan@os.se
  1388.  
  1389.  
  1390. > GemStone (Servio)
  1391.  
  1392. First introduced in 1987, Servio's GemStone is the oldest commercial ODBMS
  1393. available today. GemStone is particularly well suited for use in complex
  1394. multi-user, multi-platform client/server applications. It supports
  1395. concurrent access from multiple external languages, including Smalltalk-80,
  1396. Smalltalk/V, C++ and C. GemStone also provides a dialect of Smalltalk as an
  1397. internal DML, which can execute methods or entire applications in the
  1398. database.
  1399.  
  1400. Servio also offers GeODE (GemStone Object Development Environment), an
  1401. object database application development environment which allows developers
  1402. to build complete object applications visually, without writing code. With
  1403. GeODE's visual programming tools, programming an application is a matter of
  1404. wiring together graphical representations of encapsulated code blocks. A
  1405. simple extension mechanism promotes the re-use of code, thereby increasing
  1406. the speed of program development. Also, association of application user
  1407. interface elements with database objects is established through simple
  1408. graphical tools. GeODE applications are stored and run in the GemStone
  1409. database, and so are both self-porting and network-aware, and can be
  1410. accessed externally from any of the GemStone language interfaces. Because
  1411. of GemStone's network architecture, Geode applications can operate easily
  1412. in a client/server environment.
  1413.  
  1414.  
  1415.  ==============================================================================
  1416.  
  1417. GEMSTONE
  1418.  
  1419. GemStone is a highly scalable client-multiserver database for commercial
  1420. applications. GemStone's features include:
  1421.  
  1422. o  Active Database -- GemStone allows database application developers to
  1423.    write methods which are stored and executed directly in the database.
  1424.    These methods can be accessed either internally, or from external client
  1425.    applications. This can significantly reduce network traffic and allow
  1426.    applications to take advantage of the superior compute power of the
  1427.    server. This also eliminates the need to rebuild and re-deploy
  1428.    applications whenever application or business processing rules change.
  1429.    This in turn allows for centralized code development and management,
  1430.    architecture-independent code that ports itself to new platforms,
  1431.    reduced network usage, and true client/server applications that share
  1432.    compute load between client and server machines.
  1433.  
  1434. o  Concurrent Support for Multiple Languages -- GemStone provides
  1435.    concurrent support for applications developed in Smalltalk, C++, C or
  1436.    GeODE. All applications, regardless of language, can have simultaneous
  1437.    access to the same database objects.
  1438.  
  1439. o  Flexible multi-user transaction control -- Multiple users can
  1440.    operate in the database simultaneously, with a variety of transaction
  1441.    control modes available.
  1442.  
  1443. o  Object-level security -- Authorization control can be applied to any
  1444.    object in the database, allowing for fine tuning of object security.
  1445.  
  1446. o  Dynamic schema and object evolution -- GemStone supports schema
  1447.    modification through class versioning and allows full migration of
  1448.    objects between versions of their classes with a simple message send.
  1449.    Migration is fully customizable and is undoable.
  1450.  
  1451. o  Production Services -- GemStone delivers the full suite of features
  1452.    required in any production-ready networked database including online
  1453.    backup, rapid recovery, referential integrity, sophisticated concurrency
  1454.    control, and event signals and notifiers.
  1455.  
  1456. o  Scalability -- In a recent independent benchmark, GemStone scaled to
  1457.    support more than 1,000 simultaneous log-ins and 100 concurrent active
  1458.    users on a mid-sized SMP server.
  1459.  
  1460. o  Legacy Gateways -- GemStone incorporates gateways or data bridges
  1461.    that allow object applications to integrate legacy data, whether in SQL,
  1462.    IMS, VASM or other formats. The level of integration between GemStone
  1463.    and legacy data and applications can range from simple query access to
  1464.    extensive read-write interoperability.
  1465.  
  1466.  
  1467.  ==============================================================================
  1468.  
  1469. GEODE
  1470.  
  1471. GeODE is a comprehensive environment for rapidly designing, building and
  1472. deploying production-quality commercial object applications. Its design
  1473. promotes code reuse in a team programming environment for increased
  1474. productivity. GeODE consists of six main elements:
  1475.  
  1476. o  Visual Application Manager -- Provides centralized management
  1477.    of each application and its component parts, and a namespace for
  1478.    addressing known objects.
  1479.  
  1480. o  Visual Schema Designer -- Allows the development of database schema
  1481.    visually, making the process more interactive and intuitive than with
  1482.    object-oriented programming languages. It also provides analysis tools
  1483.    for examining an existing schema.
  1484.  
  1485. o  Visual Forms Designer -- The Forms Designer reads GemStone class
  1486.    definitions and an associated data dictionary to automatically create
  1487.    default forms suitable for simple data entry. These forms can be rapidly
  1488.    customized, using a wide selection of user interface components and
  1489.    field types, which include image and sound support, and a large set of
  1490.    form design aids. The list of field types can be extended interactively.
  1491.